NAME
	GU_GetGadgetAttrsA -- Request the attributes of a GadTools gadget.

   SYNOPSIS
	numProcessed = GU_GetGadgetAttrsA(gad, win, req, taglist)
	D0                                A0   A1   A2   A3

	LONG *GU_GetGadgetAttrsA(struct Gadget *, struct Window *,
				 struct Requester *, struct TagItem *);

   FUNCTION
	Retrieve the attributes of the specified gadget, according to the
	attributes chosen in the tag list.  For each entry in the tag list,
	ti_Tag identifies the attribute, and ti_Data is a pointer to
	the long variable where you wish the result to be stored.

   INPUTS
	gad     - Pointer to the gadget in question, may be NULL.
	win     - Pointer to the window containing the gadget
	req     - Reserved for future use, should always be NULL
	taglist - Pointer to a TagItem list

   RESULT
	numProcessed - The number of attributes successfully filled in.

   NOTES
	See gadtools/GT_GetGadgetAttrsA() for tags and examples.

	Requires kickstart 3.0 (V39).

   SEE ALSO
	GU_SetGadgetAttrsA(), gadtools/GT_GetGadgetAttrsA()


[Main] [Previous] [Next]

Converted on 19 Jul 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.